html,body {
  background-image: url(bgb.webp);
  background-repeat: repeat-y;
  background-position: center;
  background-color: black;
}

.body {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  body{
    margin: 0;
    padding: 0;
    
  }
.nav {
    margin-top: 0;
    display: flex;
    min-width: 700px;
    flex-direction: row;
    justify-content: center;
    list-style-type: none;
}
.nav a {
    text-align: center;
    font-size: 35px;
    color:  #ffffff;
}
.nav li{
    margin-left: 1%;
    margin-right: 1%;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color:  #ffffff;
    margin-top: 0;
}
.center {
    align-content: center;
    width: 50vw;
    min-width: 700px;
    display: flexbox;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    
    
}
h1,p{
    color: #ffffff;
}
.left {
    width: 10vw;
    
}
.right{
    width: 10vw;
    z-index: -100;
}
.image{
    margin-bottom: 10px;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    align-self: center;
    margin-top: 10px;
    min-width: 700px;
}
.banner{
    margin-bottom: 0;
    width: 100%;
    max-height: 100%;
    align-self: center;
    min-width: 700px;

}
.marR{
    margin-right: 2%;
    display: flex;
    float: left;
}
.marL{
    margin-left: 2%;
    display: flex;
    float: right;
}
.button{
    float: left;
    width: 17vw;
    min-width: 237px;
    
}
.button:hover{
    animation: wiggle 2s linear infinite;
}
@keyframes wiggle {
    0%, 7% {
      transform: rotateZ(0);
    }
    15% {
      transform: rotateZ(-15deg);
    }
    20% {
      transform: rotateZ(10deg);
    }
    25% {
      transform: rotateZ(-10deg);
    }
    30% {
      transform: rotateZ(6deg);
    }
    35% {
      transform: rotateZ(-4deg);
    }
    40%, 100% {
      transform: rotateZ(0);
    }
}
.soc{
    width: 15vw;
    min-width: 209px;
    float: right;
    margin-bottom: 10px;

}
.soc:hover{
    opacity: 50%;

}
.ad{
  margin-top: 0;
  align-self: center;
  width: 50vw;
  min-width: 700px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

#blocks{
  align-content: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
  margin: auto;
  contain: content;
  width: 50vw;
}
.grid{
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  overflow: hidden;
  gap: 5px;
  max-width: 50vw;
  min-width: 700px;
  height: auto;
  max-height: fit-content;

}
.archlink{
  box-sizing: border-box;
  width: 100%;
  max-height: fit-content;

}
.archlink:hover{
  opacity: 50%;
}
.header{
  margin-top: 0;
  align-self: center;
  width: 50vw;
  display: flex;
  flex-direction: row;
  align-items: left;
  list-style-type: none;
  gap: 10px;
  font-size: 2vw;
  color:  #ffffff;
  background-color: black;
}
#comments{
	align-content: center;
	display: block;
	color: #ffffff;
	margin: auto;
	max-width: 1000px;
}
 textarea{
	width: 50vw;
}
label {
      display: block;
      margin-bottom: 5px;
    }
    .hidden {
      display: none;
    }
    #loadMoreBtn {
      margin-top: 10px;
    }
    .comment {
        color:  #ffffff;
    font-size: 1.5vw;
    margin-top: 10px;
    width: 50vw;
    border-radius: 5px;
}
.textmes{
  width: 50vw;
  min-width: 705px;

}
